Returns the value of a DICOM element
public DicomDataSet GetValue<T>(long tag,T defaultValue,out T value)
Public Overloads Function GetValue(Of T)( _ByVal tag As Long, _ByVal defaultValue As T, _ByRef value As T _) As Leadtools.Dicom.DicomDataSet
public:Leadtools.Dicom.DicomDataSet^ GetValuegeneric<typename T>(int64 tag,T^ defaultValue,[Out] T^ value)
tag
tag of the item to find.
defaultValue
a value of type T that is returned if the actual value cannot be retrieved.
value
reference to an object that will be updated with the value.
T
specifies the type of the value to return
a reference to the DicomDataSet
For information on this method, see GetValue.
For an example, refer to DicomDataSet.GetValue{T}(DicomElement, T)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
